ObservableSortedDictionary<TKey,TValue> Class
In This Topic
Represents a collection of key/value pairs that are sorted on the key.
Object Model
Syntax
'Declaration
Public Class ObservableSortedDictionary
(Of ,)
public class ObservableSortedDictionary<,>
Type Parameters
- TKey
- The type of the keys in the dictionary.
- TValue
- The type of the values in the dictionary.
Inheritance Hierarchy
System.Object
GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>
GrapeCity.Documents.Common.OwnedSortedDictionary<TKey,TValue>
See Also